const github.com/klauspost/compress/flate.offsetCodeCount
11 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L17: offsetCodeCount = 30
huffman_bit_writer.go#L124: codegen [literalCount + offsetCodeCount + 1]uint8
huffman_bit_writer.go#L152: offsetEncoding: newHuffmanEncoder(offsetCodeCount),
huffman_bit_writer.go#L164: a := t.offHist[:offsetCodeCount]
huffman_bit_writer.go#L394: for i, n := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L773: for i, v := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L819: w.offsetEncoding.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L980: huffOffset = newHuffmanEncoder(offsetCodeCount)
huffman_bit_writer.go#L981: huffOffset.generate(w.offsetFreq[:offsetCodeCount], 15)
token.go#L172: for i, v := range t.offHist[:offsetCodeCount] {
token.go#L251: for i, v := range t.offHist[:offsetCodeCount] {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |